home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / recent2 / mpegad.readme < prev    next >
Text File  |  1998-04-19  |  4KB  |  102 lines

  1. Short:    MPEG audio datatype V2.1
  2. Author:   GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  3. Uploader: GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  4. Type:     util/dtype
  5. Requires: mpega.library (included)
  6. Replaces: util/dtype/mpadtc013.lha
  7.  
  8.  
  9.     INTRODUCTION
  10.         Datatypes class for MPEG audio streams.
  11.  
  12.     REQUIREMENTS
  13.         - You need at least Kick/WB 3.0.
  14.  
  15.         - mc68020 (required by the "mpega.library" decoder).
  16.           This datatype checks the CPU installed and rejects any attempt to
  17.           open it if the CPU is not available.
  18.  
  19.         - "datatypes/sound.datatype", >= V39.
  20.  
  21.     USAGE
  22.         If the datatypes descriptor file was activated, any attempt to load
  23.         a MPEG audio stream using GMultiView, MultiView, AmigaGuide or
  24.         SwitchWindow will load and play the sample.
  25.  
  26.         If you want to save the current sample in mpegaudio.datatype's local
  27.         format, use MultiView's "Project/Save As..." menu (or GMultiView's
  28.         "Project/Save As Raw...").
  29.         (NOT IMPLEMENTED YET)
  30.  
  31.     INSTALLATION
  32.         After unpacking this archive:
  33.         Because this version does not include an Installer script, you have
  34.         to do the installation manually through the shell:
  35.  
  36.           - Unpack this archive and copy the "mpegaudio.datatype" to
  37.             SYS:Classes/DataTypes:
  38.  
  39.      Copy CLONE FROM "mpegaudio.datatype" TO
  40.        "SYS:Classes/DataTypes/mpegaudio.datatype"
  41.  
  42.           - Then copy the datatypes descriptor into the DEVS:DataTypes
  43.             directory.
  44.             If the descriptor already exists, you should not replace it,
  45.             otherwise you may loose "toolnodes" and other settings stored in
  46.             the existing descriptor.
  47.  
  48.      Copy CLONE FROM "MPEG Audio(%|.info)" TO DEVS:Datatypes/
  49.  
  50.     NOTE
  51.         The datatype "hooks" on an external mpeg audio decoder like "mpega".
  52.  
  53.     SOURCE
  54.         Source is fully included here.
  55.  
  56.     AUTHOR
  57.         If you want to blame me, report any bugs, or wants a new version
  58.         send your letter to:
  59.                         Roland Mainz
  60.                         Hohenstaufenstraße 8
  61.                         52388 Nörvenich
  62.                         GERMANY
  63.  
  64.         Phone: (+49)(0)2426/901568
  65.         Fax:   (+49)(0)2426/901569
  66.  
  67.         EMAIL is also available (if you want to send me attachments
  68.         larger than 1MB (up to 5MB, more with my permission):
  69.  
  70.         GISBURN@w-specht.rhein-ruhr.de
  71.  
  72.         Up to April 1998 I'm reachable using this email address, too:
  73.         Reinhold.A.Mainz@KBV.DE
  74.  
  75.         | Please put your name and address in your mails !
  76.         | German mailers should add their phone numbers.
  77.         | See BUGS section above when submitting bug reports.
  78.  
  79.         Sorry, but I can only look once a week for mails.
  80.         If you don't hear something from me within three weeks, please
  81.         send your mail again (but watch about new releases) (problems with
  82.         this email port are caused by reconfigurations, hackers, network
  83.         problems etc.).
  84.  
  85.         The  entire  "mpegaudio.datatype"  package  may  be  noncommercially
  86.         redistributed, provided  that  the package  is always  distributed
  87.         in it's complete  form (including it's documentation). A small
  88.         copy fee  for media costs is okay but any kind of commercial
  89.         distribution is strictly forbidden without my permission !
  90.         Comments and suggestions how to improve this program are
  91.         generally appreciated!
  92.  
  93.         Thanks to David Junod, who wrote the datatypes environment and lots
  94.         of the datatypes example code, Matt Dillon for his DICE, Olaf
  95.         'Olsen' Barthel for his help, ideas and some text clips from his
  96.         documentations.
  97.  
  98. ----
  99.  
  100. Bye,
  101. Roland
  102.